home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 72 / IOPROG_72.ISO / soft / c++ / NCTDiscWriter2.exe / {app} / MS C# 7.0 Samples / TestCSDataCDWriter / DiskWriter.csproj < prev    next >
Encoding:
Text File  |  2003-03-11  |  6.9 KB  |  176 lines

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9466"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{F0E42A77-10AA-4D5B-A14D-501BC0319231}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = "App.ico"
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "DiskWriter"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "WinExe"
  19.                 RootNamespace = "DiskWriter"
  20.                 StartupObject = ""
  21.             >
  22.                 <Config
  23.                     Name = "Debug"
  24.                     AllowUnsafeBlocks = "false"
  25.                     BaseAddress = "285212672"
  26.                     CheckForOverflowUnderflow = "false"
  27.                     ConfigurationOverrideFile = ""
  28.                     DefineConstants = "DEBUG;TRACE"
  29.                     DocumentationFile = ""
  30.                     DebugSymbols = "true"
  31.                     FileAlignment = "4096"
  32.                     IncrementalBuild = "true"
  33.                     Optimize = "false"
  34.                     OutputPath = "bin\Debug\"
  35.                     RegisterForComInterop = "false"
  36.                     RemoveIntegerChecks = "false"
  37.                     TreatWarningsAsErrors = "false"
  38.                     WarningLevel = "4"
  39.                 />
  40.                 <Config
  41.                     Name = "Release"
  42.                     AllowUnsafeBlocks = "false"
  43.                     BaseAddress = "285212672"
  44.                     CheckForOverflowUnderflow = "false"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = "TRACE"
  47.                     DocumentationFile = ""
  48.                     DebugSymbols = "false"
  49.                     FileAlignment = "4096"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "true"
  52.                     OutputPath = "bin\Release\"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "4"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
  64.                 />
  65.                 <Reference
  66.                     Name = "System.Data"
  67.                     AssemblyName = "System.Data"
  68.                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
  69.                 />
  70.                 <Reference
  71.                     Name = "System.Drawing"
  72.                     AssemblyName = "System.Drawing"
  73.                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
  74.                 />
  75.                 <Reference
  76.                     Name = "System.Windows.Forms"
  77.                     AssemblyName = "System.Windows.Forms"
  78.                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll"
  79.                 />
  80.                 <Reference
  81.                     Name = "System.XML"
  82.                     AssemblyName = "System.Xml"
  83.                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
  84.                 />
  85.                 <Reference
  86.                     Name = "stdole"
  87.                     AssemblyName = "stdole"
  88.                     HintPath = "C:\Program Files\Microsoft.NET\Primary Interop Assemblies\stdole.dll"
  89.                 />
  90.                 <Reference
  91.                     Name = "Microsoft.VisualBasic"
  92.                     AssemblyName = "Microsoft.VisualBasic"
  93.                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Microsoft.VisualBasic.dll"
  94.                 />
  95.                 <Reference
  96.                     Name = "Microsoft.VisualBasic.Compatibility"
  97.                     AssemblyName = "Microsoft.VisualBasic.Compatibility"
  98.                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Microsoft.VisualBasic.Compatibility.dll"
  99.                 />
  100.                 <Reference
  101.                     Name = "NCTDISCWRITERLib"
  102.                     Guid = "{5B0650FC-CC63-4AA8-AE23-198DE86F42C7}"
  103.                     VersionMajor = "1"
  104.                     VersionMinor = "0"
  105.                     Lcid = "0"
  106.                     WrapperTool = "tlbimp"
  107.                 />
  108.             </References>
  109.         </Build>
  110.         <Files>
  111.             <Include>
  112.                 <File
  113.                     RelPath = "App.ico"
  114.                     BuildAction = "Content"
  115.                 />
  116.                 <File
  117.                     RelPath = "AssemblyInfo.cs"
  118.                     SubType = "Code"
  119.                     BuildAction = "Compile"
  120.                 />
  121.                 <File
  122.                     RelPath = "frmChooseRec.cs"
  123.                     SubType = "Form"
  124.                     BuildAction = "Compile"
  125.                 />
  126.                 <File
  127.                     RelPath = "frmChooseRec.resx"
  128.                     DependentUpon = "frmChooseRec.cs"
  129.                     BuildAction = "EmbeddedResource"
  130.                 />
  131.                 <File
  132.                     RelPath = "frmDiskInfo.cs"
  133.                     SubType = "Form"
  134.                     BuildAction = "Compile"
  135.                 />
  136.                 <File
  137.                     RelPath = "frmDiskInfo.resx"
  138.                     DependentUpon = "frmDiskInfo.cs"
  139.                     BuildAction = "EmbeddedResource"
  140.                 />
  141.                 <File
  142.                     RelPath = "frmErase.cs"
  143.                     SubType = "Form"
  144.                     BuildAction = "Compile"
  145.                 />
  146.                 <File
  147.                     RelPath = "frmErase.resx"
  148.                     DependentUpon = "frmErase.cs"
  149.                     BuildAction = "EmbeddedResource"
  150.                 />
  151.                 <File
  152.                     RelPath = "frmTestCSharpDataCDWriter.cs"
  153.                     SubType = "Form"
  154.                     BuildAction = "Compile"
  155.                 />
  156.                 <File
  157.                     RelPath = "frmTestCSharpDataCDWriter.resx"
  158.                     DependentUpon = "frmTestCSharpDataCDWriter.cs"
  159.                     BuildAction = "EmbeddedResource"
  160.                 />
  161.                 <File
  162.                     RelPath = "frmWrite.cs"
  163.                     SubType = "Form"
  164.                     BuildAction = "Compile"
  165.                 />
  166.                 <File
  167.                     RelPath = "frmWrite.resx"
  168.                     DependentUpon = "frmWrite.cs"
  169.                     BuildAction = "EmbeddedResource"
  170.                 />
  171.             </Include>
  172.         </Files>
  173.     </CSHARP>
  174. </VisualStudioProject>
  175.  
  176.